.
An application must call SQLAllocStmt prior to submitting SQL statements.
C# Signature:
[DllImport("odbc32.dll")]
static extern short SQLAllocStmt(IntPtr ConnectionHandle, out IntPtr StatementHandle);
VB Signature:
TODO
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
SQLAllocStmt allocates memory for a statement handle and associates the statement handle with the connection specified by hdbc.
6/26/2010 8:11:22 AM - -201.0.182.247
SQLAllocStmt allocates memory for a statement handle and associates the statement handle with the connection specified by hdbc.
6/26/2010 8:11:22 AM - -201.0.182.247
